From: Jimmy Collins Date: Fri, 6 Oct 2006 23:13:23 +0000 (+0000) Subject: (bug 7509) Make back arrow in Special:Whatlinkshere editable through Mediawiki namespace X-Git-Tag: 1.31.0-rc.0~55607 X-Git-Url: http://git.cyclocoop.org/%28%5B%5E/404?a=commitdiff_plain;h=ffa18a0945392d53b0bd61b0d240180c5ef852cc;p=lhc%2Fweb%2Fwiklou.git (bug 7509) Make back arrow in Special:Whatlinkshere editable through Mediawiki namespace --- diff --git a/includes/SpecialWhatlinkshere.php b/includes/SpecialWhatlinkshere.php index ded98a37ac..a95530fefb 100644 --- a/includes/SpecialWhatlinkshere.php +++ b/includes/SpecialWhatlinkshere.php @@ -59,7 +59,7 @@ class WhatLinksHerePage { $isredir = ' (' . wfMsg( 'isredirect' ) . ")\n"; - $wgOut->addHTML('< '.$this->skin->makeLinkObj($this->target, '', 'redirect=no' )."
\n"); + $wgOut->addHTML( wfMsg( 'whatlinkshere-barrow' ) . ' ' .$this->skin->makeLinkObj($this->target, '', 'redirect=no' )."
\n"); $this->showIndirectLinks( 0, $this->target, $this->limit, $this->from, $this->dir ); } diff --git a/languages/messages/MessagesEn.php b/languages/messages/MessagesEn.php index 64227db74c..890917e8f2 100644 --- a/languages/messages/MessagesEn.php +++ b/languages/messages/MessagesEn.php @@ -1594,6 +1594,7 @@ Consult the [[Special:Log/delete|deletion log]] for a record of recent deletions # 'whatlinkshere' => 'What links here', 'whatlinkshere-summary' => '', +'whatlinkshere-barrow' => '<', 'notargettitle' => 'No target', 'notargettext' => 'You have not specified a target page or user to perform this function on.', diff --git a/maintenance/language/languages.inc b/maintenance/language/languages.inc index 459291560c..a6eceac203 100644 --- a/maintenance/language/languages.inc +++ b/maintenance/language/languages.inc @@ -53,6 +53,7 @@ class languages { 'preferences-summary', 'specialpages-summary', 'whatlinkshere-summary', + 'whatlinkshere-barrow', 'variantname-zh-cn', 'variantname-zh-tw', 'variantname-zh-hk',